JavaScript

A5.InksetOverlay Method

Syntax

A5.Ink.setOverlay(part,html)

Arguments

partstring

Which overlay to set. Values can be "editor" or "view".

htmlstringboolean

The HTML to put in the overlay. If a boolean value of "false" is passed in, then the overlay will be hidden.

Description

Set the overlay HTML for the "editor" or "view" part.